home *** CD-ROM | disk | FTP | other *** search
- ;
- ; disk_version
- ;
- ; USAGE: disk_version
- ;
- ; disk_version has the function to inform the user about the version of
- ; this OLE disk...
- ;
- ; $(C): (1994, Rocco Coluccelli, Bologna)
- ; $VER: disk_version 1.05 (10.Feb.1995)
- ;
-
-
- Set ver `version disk_version full`
-
- Set title "The OLE System"
- Set ok "Thanks"
-
- If $language EQ italiano
-
- Set title "OLE System"
- Set ok "Grazie"
-
- EndIf
-
-
- Req >NIL: "*n$ver*n" "$ok" "$title"
-